home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / lgfil1 / file_id.diz next >
Text File  |  1995-12-11  |  523b  |  1 lines

  1. The purpose of LOGFILE is to provide developers a simple means of recording activity in an application for later review. This DLL was originally intended for use in Visual Basic, as in VB it is a little more tedious to write to text files and handle all the potential DOS errors that can occurr. However, any Windows development language can make use of the functions in LOGFILE.DLL. LOGFILE takes text lines passed to it, and writes the lines to a text file, as specified. This text file are available to read at any time.